Uses of Interface
org.eclipse.vtp.desktop.projects.core.IBusinessObjectSet

Packages that use IBusinessObjectSet
org.eclipse.vtp.desktop.projects.core   
org.eclipse.vtp.desktop.projects.core.internals   
org.eclipse.vtp.desktop.projects.core.wizards   
 

Uses of IBusinessObjectSet in org.eclipse.vtp.desktop.projects.core
 

Subinterfaces of IBusinessObjectSet in org.eclipse.vtp.desktop.projects.core
 interface IWebServiceTypeSet
          This interface represents the folder resource of an application project that contains the web service type configuration information file and folder resources.
 

Methods in org.eclipse.vtp.desktop.projects.core that return IBusinessObjectSet
 IBusinessObjectSet IVoiceToolsDesignProject.getBusinessObjectSet()
           
 IBusinessObjectSet IBusinessObjectContainer.getBusinessObjectSet()
           
 IBusinessObjectSet IBusinessObject.getBusinessObjectSet()
           
 

Uses of IBusinessObjectSet in org.eclipse.vtp.desktop.projects.core.internals
 

Classes in org.eclipse.vtp.desktop.projects.core.internals that implement IBusinessObjectSet
 class BusinessObjectSet
          This is a concrete implementation of IBusinessObjectSet and provides the default behavior of that interface.
 class WebServiceTypeSet
          Implements IWebServiceTypeSet for the types declared in the WSDL schema.
 

Methods in org.eclipse.vtp.desktop.projects.core.internals that return IBusinessObjectSet
 IBusinessObjectSet WebServiceType.getBusinessObjectSet()
           
 IBusinessObjectSet VoiceToolsDesignProject.getBusinessObjectSet()
           
 IBusinessObjectSet BusinessObject.getBusinessObjectSet()
           
 

Uses of IBusinessObjectSet in org.eclipse.vtp.desktop.projects.core.wizards
 

Constructors in org.eclipse.vtp.desktop.projects.core.wizards with parameters of type IBusinessObjectSet
CreateBusinessObjectWizard(IBusinessObjectSet objectSet)
          Creates a new CreateBusinessObjectWizard instance for the given business object set.